home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2000 July / macformat-092.iso / Broderbund Demo / DemoData / _menu.Dxr / 00064.ls < prev    next >
Encoding:
Text File  |  1997-09-03  |  166 b   |  11 lines

  1. on mouseUp
  2.   mMouseUp(gSupplierButs)
  3.   if activeClick(gSupplierButs) then
  4.     goMarker(gNavigator, "SCET")
  5.   end if
  6. end
  7.  
  8. on mouseDown
  9.   mMouseDown(gSupplierButs)
  10. end
  11.